home *** CD-ROM | disk | FTP | other *** search
Makefile | 1997-03-04 | 580 b | 15 lines |
- #ident %W% %E% %Q%
- ###########################################################################
- # Sample makefile for sub directory makes
- ###########################################################################
- SRCROOT= ..
- RULESDIR= RULES
- include $(SRCROOT)/$(RULESDIR)/rules.top
- ###########################################################################
-
- DIRS= man4
-
- ###########################################################################
- include $(SRCROOT)/$(RULESDIR)/rules.dir
- ###########################################################################
-